runtime.g.syncSafePoint (field)
4 uses
runtime (current package)
proc.go#L3349: gp.syncSafePoint = false // Clear the flag, which may have been set by morestack.
runtime2.go#L469: syncSafePoint bool // set if g is stopped at a synchronous safe point.
stack.go#L1119: gp.syncSafePoint = true
tracestack.go#L110: if gp.syncSafePoint {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)